home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / gfx / pbm / manuals.lha / netpbm / man / ppmtopj.man < prev    next >
Text File  |  1994-03-01  |  2KB  |  133 lines

  1.  
  2.  
  3.  
  4.      ppmtopj(1)            AMIGA (13 July 1991)             ppmtopj(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.           ppmtopj - convert a portable pixmap to an HP PaintJet file
  10.  
  11.      SYNOPSIS
  12.           ppmtopj [-gamma val] [-xpos val] [-ypos val] [-back
  13.           dark|lite] [-rle] [-center] [-render
  14.           none|snap|bw|dither|diffuse|monodither|monodiffuse|clusterdither|monoclusterdither]
  15.           [ppmfile]
  16.  
  17.      DESCRIPTION
  18.           Reads a portable pixmap as input and converts it into a
  19.           format suitable to be printed by an HP PaintJet printer.
  20.  
  21.           For best results, the input file should be in 8-color RGB
  22.           form; i.e. it should have only the 8 binary combinations of
  23.           full-on and full-off primaries.  You could get this by
  24.           sending the input file through ppmquant -map with a map file
  25.           such as:
  26.               P3
  27.               8 1
  28.               255
  29.               0 0 0      255 0 0    0 255 0    0 0 255
  30.               255 255 0  255 0 255  0 255 255  255 255 255
  31.           Or else you could use use ppmdither -red 2 -green 2 -blue
  32.  
  33.      OPTIONS
  34.           -rle          Run length encode the image.  (This can result
  35.                         in larger images)
  36.  
  37.           -back         Enhance the foreground by indicating if the
  38.                         background is light or dark compated to the
  39.                         foreground.
  40.  
  41.           -render alg   Use an internal rendering algorithm (default
  42.                         dither).
  43.  
  44.           -gamma int    Gamma correct the image using the integet
  45.                         parameter as a gamma (default 0).
  46.  
  47.           -center       Center the image to an 8.5 by 11 page
  48.  
  49.           -xpos pos     Move by pos pixels in the x direction.
  50.  
  51.           -ypos pos     Move by pos pixels in the y direction.
  52.  
  53.      REFERENCES
  54.           HP PaintJet XL Color Graphics Printer User's Guide
  55.  
  56.      SEE ALSO
  57.           pnmdepth(1), ppmquant(1), ppmdither(1), ppm(5)
  58.  
  59.      BUGS
  60.  
  61.  
  62.  
  63.      Page 1                                           (printed 3/1/94)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      ppmtopj(1)            AMIGA (13 July 1991)             ppmtopj(1)
  71.  
  72.  
  73.  
  74.           Most of the options have not been tested because of the
  75.           price of the paper.
  76.  
  77.      AUTHOR
  78.           Copyright (C) 1991 by Christos Zoulas.
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                           (printed 3/1/94)
  130.  
  131.  
  132.  
  133.